All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.movies.ResolvedQTEventSpec

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.util.QTPointerRef
                   |
                   +----quicktime.std.movies.ResolvedQTEventSpec

public class ResolvedQTEventSpec
extends QTPointerRef
This class is returned from ActionFilters that deal with WiredSprite actions.

See Also:
ExecuteQTEventAction

Variable Index

 o kNativeSize
This is the size (the number of bytes) that are required for this class

Method Index

 o getAtom()
Return the atom associated with the event
 o getContainer()
Return the container associated with the event
 o getTargetTrack()
Return the Track associated with the event

Variables

 o kNativeSize
 public static final int kNativeSize
This is the size (the number of bytes) that are required for this class

Methods

 o getContainer
 public AtomContainer getContainer()
Return the container associated with the event

 o getAtom
 public Atom getAtom()
Return the atom associated with the event

 o getTargetTrack
 public Track getTargetTrack() throws QTException
Return the Track associated with the event


All Packages  Class Hierarchy  This Package  Previous  Next  Index